Release 10.1A: OpenEdge Data Management:
Database Administration
Database restore examples
This section includes examples of database restores using PROREST. The examples use UNIX. For Windows, the only difference is the format of drive specification.
Full backup restore example
The database administrator of Company X’s Development department wants to restore the
devel.dbdatabase that was previously backed up.
![]()
To restore
devel.dbto a new database from a full backup:
- Enter the following command:
The
newdev.dbdatabase is an empty database. The 9-track tape drive (/dev/rrm/0m) specifies the device from which the full backup is being restored. As the restore begins, the following report appears:
This command restores the database
devel.dbfrom a tape tonewdev.db. The report indicates that volume 1 is being processed.- Connect to
newdev.dbonce the restore is complete.Incremental backup restore example
If you want to restore an incremental backup of the
devel.dbdatabase to a new database, you must first restore a full backup.
![]()
To restore an incremental backup of
devel.dbto a new database:
- Enter the following command to run an incremental restore of the database from a tape once the full restore is done:
The following report appears as the restore begins:
- Once the restore is complete, connect to
newdev.db.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |